• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "meant@1.0.2",
3  "_id": "meant@1.0.2",
4  "_inBundle": false,
5  "_integrity": "sha512-KN+1uowN/NK+sT/Lzx7WSGIj2u+3xe5n2LbwObfjOhPZiA+cCfCm6idVl0RkEfjThkw5XJ96CyRcanq6GmKtUg==",
6  "_location": "/meant",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "version",
10    "registry": true,
11    "raw": "meant@1.0.2",
12    "name": "meant",
13    "escapedName": "meant",
14    "rawSpec": "1.0.2",
15    "saveSpec": null,
16    "fetchSpec": "1.0.2"
17  },
18  "_requiredBy": [
19    "#USER",
20    "/"
21  ],
22  "_resolved": "https://registry.npmjs.org/meant/-/meant-1.0.2.tgz",
23  "_shasum": "5d0c78310a3d8ae1408a16be0fe0bd42a969f560",
24  "_spec": "meant@1.0.2",
25  "_where": "/Users/ruyadorno/Documents/workspace/cli/latest",
26  "author": {
27    "name": "Daijiro Wachi"
28  },
29  "bugs": {
30    "url": "https://github.com/watilde/meant/issues"
31  },
32  "bundleDependencies": false,
33  "deprecated": false,
34  "description": "Like the `Did you mean?` in git for npm",
35  "devDependencies": {
36    "standard": "^11.0.1",
37    "standard-version": "^8.0.1",
38    "tap": "^12.7.0"
39  },
40  "homepage": "https://github.com/watilde/meant#readme",
41  "keywords": [
42    "meant"
43  ],
44  "license": "MIT",
45  "main": "index.js",
46  "name": "meant",
47  "repository": {
48    "type": "git",
49    "url": "git+https://github.com/watilde/meant.git"
50  },
51  "scripts": {
52    "release": "standard-version",
53    "test": "standard && tap test.js"
54  },
55  "version": "1.0.2"
56}
57