1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "_args": [
- [
- "sane@2.5.2",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "sane@2.5.2",
- "_id": "sane@2.5.2",
- "_inBundle": false,
- "_integrity": "sha1-tNwYYcIbQn6SlQej51HiosuKs/o=",
- "_location": "/sane",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "sane@2.5.2",
- "name": "sane",
- "escapedName": "sane",
- "rawSpec": "2.5.2",
- "saveSpec": null,
- "fetchSpec": "2.5.2"
- },
- "_requiredBy": [
- "/jest-haste-map"
- ],
- "_resolved": "https://registry.npm.taobao.org/sane/download/sane-2.5.2.tgz",
- "_spec": "2.5.2",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "amasad"
- },
- "bin": {
- "sane": "src/cli.js"
- },
- "bugs": {
- "url": "https://github.com/amasad/sane/issues"
- },
- "dependencies": {
- "anymatch": "^2.0.0",
- "capture-exit": "^1.2.0",
- "exec-sh": "^0.2.0",
- "fb-watchman": "^2.0.0",
- "fsevents": "^1.2.3",
- "micromatch": "^3.1.4",
- "minimist": "^1.1.1",
- "walker": "~1.0.5",
- "watch": "~0.18.0"
- },
- "description": "Sane aims to be fast, small, and reliable file system watcher.",
- "devDependencies": {
- "eslint": "^3.19.0",
- "mocha": "~1.17.1",
- "prettier": "^1.3.1",
- "rimraf": "~2.2.6",
- "tmp": "0.0.27"
- },
- "engines": {
- "node": ">=0.6.0"
- },
- "files": [
- "src",
- "index.js"
- ],
- "homepage": "https://github.com/amasad/sane",
- "keywords": [
- "watch",
- "file",
- "fswatcher",
- "watchfile",
- "fs",
- "watching"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "sane",
- "optionalDependencies": {
- "fsevents": "^1.2.3"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/amasad/sane.git"
- },
- "scripts": {
- "format": "prettier --trailing-comma es5 --single-quote --write index.js 'src/**/*.js' 'test/**/*.js'",
- "test": "npm run format && eslint src/ test/ index.js && mocha --bail test/test.js && mocha --bail test/utils-test.js",
- "test:debug": "mocha debug --bail"
- },
- "version": "2.5.2"
- }
|