1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_from": "vinyl@^2.0.0",
- "_id": "vinyl@2.2.1",
- "_inBundle": false,
- "_integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==",
- "_location": "/vinyl",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "vinyl@^2.0.0",
- "name": "vinyl",
- "escapedName": "vinyl",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/vinyl-fs",
- "/vinyl-sourcemap"
- ],
- "_resolved": "https://registry.npmmirror.com/vinyl/-/vinyl-2.2.1.tgz",
- "_shasum": "23cfb8bbab5ece3803aa2c0a1eb28af7cbba1974",
- "_spec": "vinyl@^2.0.0",
- "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/vinyl-fs",
- "author": {
- "name": "Gulp Team",
- "email": "team@gulpjs.com",
- "url": "https://gulpjs.com/"
- },
- "bugs": {
- "url": "https://github.com/gulpjs/vinyl/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Eric Schoffstall",
- "email": "yo@contra.io"
- },
- {
- "name": "Blaine Bublitz",
- "email": "blaine.bublitz@gmail.com"
- }
- ],
- "dependencies": {
- "clone": "^2.1.1",
- "clone-buffer": "^1.0.0",
- "clone-stats": "^1.0.0",
- "cloneable-readable": "^1.0.0",
- "remove-trailing-separator": "^1.0.1",
- "replace-ext": "^1.0.0"
- },
- "deprecated": false,
- "description": "Virtual file format.",
- "devDependencies": {
- "coveralls": "github:phated/node-coveralls#2.x",
- "eslint": "^2.13.1",
- "eslint-config-gulp": "^3.0.1",
- "expect": "^1.20.2",
- "mississippi": "^1.2.0",
- "mocha": "^3.0.0",
- "nyc": "^10.3.2",
- "safer-buffer": "^2.1.2"
- },
- "engines": {
- "node": ">= 0.10"
- },
- "files": [
- "LICENSE",
- "index.js",
- "lib"
- ],
- "homepage": "https://github.com/gulpjs/vinyl#readme",
- "keywords": [
- "virtual",
- "filesystem",
- "file",
- "directory",
- "stat",
- "path"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "vinyl",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/gulpjs/vinyl.git"
- },
- "scripts": {
- "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
- "coveralls": "nyc report --reporter=text-lcov | coveralls",
- "lint": "eslint .",
- "pretest": "npm run lint",
- "test": "nyc mocha --async-only"
- },
- "version": "2.2.1"
- }
|