1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_args": [
- [
- "rimraf@2.7.1",
- "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
- ]
- ],
- "_development": true,
- "_from": "rimraf@2.7.1",
- "_id": "rimraf@2.7.1",
- "_inBundle": false,
- "_integrity": "sha1-NXl/E6f9rcVmFCwp1PB8ytSD4+w=",
- "_location": "/rimraf",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "rimraf@2.7.1",
- "name": "rimraf",
- "escapedName": "rimraf",
- "rawSpec": "2.7.1",
- "saveSpec": null,
- "fetchSpec": "2.7.1"
- },
- "_requiredBy": [
- "/cacache",
- "/copy-concurrently",
- "/del",
- "/eslint-loader",
- "/fstream",
- "/move-concurrently",
- "/node-gyp"
- ],
- "_resolved": "https://registry.npm.taobao.org/rimraf/download/rimraf-2.7.1.tgz",
- "_spec": "2.7.1",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
- },
- "bin": {
- "rimraf": "bin.js"
- },
- "bugs": {
- "url": "https://github.com/isaacs/rimraf/issues"
- },
- "dependencies": {
- "glob": "^7.1.3"
- },
- "description": "A deep deletion module for node (like `rm -rf`)",
- "devDependencies": {
- "mkdirp": "^0.5.1",
- "tap": "^12.1.1"
- },
- "files": [
- "LICENSE",
- "README.md",
- "bin.js",
- "rimraf.js"
- ],
- "homepage": "https://github.com/isaacs/rimraf#readme",
- "license": "ISC",
- "main": "rimraf.js",
- "name": "rimraf",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/rimraf.git"
- },
- "scripts": {
- "postpublish": "git push origin --all; git push origin --tags",
- "postversion": "npm publish",
- "preversion": "npm test",
- "test": "tap test/*.js"
- },
- "version": "2.7.1"
- }
|