You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.8 KiB
75 lines
1.8 KiB
{
|
|
"_from": "vinyl-file@^3.0.0",
|
|
"_id": "vinyl-file@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-BoJDj+ca3D9xOuPEM6RWVtWQtvEPQiQYn82LvdxhLWplfQsBzBqtgK0yhCP0s1BNTi6dH9BO+dzybvyQIacifg==",
|
|
"_location": "/vinyl-file",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "vinyl-file@^3.0.0",
|
|
"name": "vinyl-file",
|
|
"escapedName": "vinyl-file",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/mem-fs"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/vinyl-file/-/vinyl-file-3.0.0.tgz",
|
|
"_shasum": "b104d9e4409ffa325faadd520642d0a3b488b365",
|
|
"_spec": "vinyl-file@^3.0.0",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\mem-fs",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/vinyl-file/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2",
|
|
"pify": "^2.3.0",
|
|
"strip-bom-buf": "^1.0.0",
|
|
"strip-bom-stream": "^2.0.0",
|
|
"vinyl": "^2.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Create a vinyl file from an actual file",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"is-stream": "^1.0.0",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/vinyl-file#readme",
|
|
"keywords": [
|
|
"vinyl",
|
|
"fs",
|
|
"file",
|
|
"read",
|
|
"virtual",
|
|
"format",
|
|
"gulp",
|
|
"gulpfriendly"
|
|
],
|
|
"license": "MIT",
|
|
"name": "vinyl-file",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/vinyl-file.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "3.0.0"
|
|
}
|
|
|