summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/find-npm-prefix/package.json
blob: e9344afe54d2064d9abb12e40cca77f081e2618a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
  "_args": [
    [
      "find-npm-prefix@1.0.2",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "find-npm-prefix@1.0.2",
  "_id": "find-npm-prefix@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-KEftzJ+H90x6pcKtdXZEPsQse8/y/UnvzRKrOSQFprnrGaFuJ62fVkP34Iu2IYuMvyauCyoLTNkJZgrrGA2wkA==",
  "_location": "/find-npm-prefix",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "find-npm-prefix@1.0.2",
    "name": "find-npm-prefix",
    "escapedName": "find-npm-prefix",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/",
    "/libcipm"
  ],
  "_resolved": "https://registry.npmjs.org/find-npm-prefix/-/find-npm-prefix-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "name": "Rebecca Turner",
    "email": "me@re-becca.org",
    "url": "http://re-becca.org/"
  },
  "bugs": {
    "url": "https://github.com/npm/find-npm-prefix/issues"
  },
  "dependencies": {},
  "description": "Find the npm project directory associated with for a given directory",
  "devDependencies": {
    "require-inject": "^1.4.2",
    "standard": "^10.0.3",
    "tap": "^10.7.3"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/npm/find-npm-prefix#readme",
  "keywords": [],
  "license": "ISC",
  "main": "find-prefix.js",
  "name": "find-npm-prefix",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/find-npm-prefix.git"
  },
  "scripts": {
    "test": "standard && tap --100 test"
  },
  "version": "1.0.2"
}