76 lines
1.8 KiB
JSON
76 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"normalize-path@1.0.0",
|
|
"D:\\Hjm项目\\suyi1111"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "normalize-path@1.0.0",
|
|
"_id": "normalize-path@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-MtDkcvkf80VwHBWoMRAY07CpA3k=",
|
|
"_location": "/yorkie/normalize-path",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "normalize-path@1.0.0",
|
|
"name": "normalize-path",
|
|
"escapedName": "normalize-path",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/yorkie"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/normalize-path/download/normalize-path-1.0.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": "D:\\Hjm项目\\suyi1111",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/normalize-path/issues"
|
|
},
|
|
"description": "Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes.",
|
|
"devDependencies": {
|
|
"benchmarked": "^0.1.1",
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/normalize-path",
|
|
"keywords": [
|
|
"file",
|
|
"filepath",
|
|
"fp",
|
|
"normalize",
|
|
"path",
|
|
"slash",
|
|
"slashes",
|
|
"trailing",
|
|
"unix"
|
|
],
|
|
"license": {
|
|
"type": "MIT",
|
|
"url": "https://github.com/jonschlinkert/normalize-path/blob/master/LICENSE-MIT"
|
|
},
|
|
"main": "index.js",
|
|
"name": "normalize-path",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jonschlinkert/normalize-path.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|