~webapps/unity-js-scopes/node.js

« back to all changes in this revision

Viewing changes to deps/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/package.json

  • Committer: Marcus Tomlinson
  • Date: 2015-11-13 07:59:04 UTC
  • Revision ID: marcus.tomlinson@canonical.com-20151113075904-h0swczmoq1rvstfc
Node v4 (stable)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "name": "generate-object-property",
 
3
  "version": "1.2.0",
 
4
  "description": "Generate safe JS code that can used to reference a object property",
 
5
  "repository": {
 
6
    "type": "git",
 
7
    "url": "git+https://github.com/mafintosh/generate-object-property.git"
 
8
  },
 
9
  "devDependencies": {
 
10
    "tape": "^2.13.0"
 
11
  },
 
12
  "scripts": {
 
13
    "test": "tape test.js"
 
14
  },
 
15
  "dependencies": {
 
16
    "is-property": "^1.0.0"
 
17
  },
 
18
  "bugs": {
 
19
    "url": "https://github.com/mafintosh/generate-object-property/issues"
 
20
  },
 
21
  "homepage": "https://github.com/mafintosh/generate-object-property",
 
22
  "main": "index.js",
 
23
  "author": {
 
24
    "name": "Mathias Buus",
 
25
    "url": "@mafintosh"
 
26
  },
 
27
  "license": "MIT",
 
28
  "gitHead": "0dd7d411018de54b2eae63b424c15b3e50bd678c",
 
29
  "_id": "generate-object-property@1.2.0",
 
30
  "_shasum": "9c0e1c40308ce804f4783618b937fa88f99d50d0",
 
31
  "_from": "generate-object-property@>=1.1.0 <2.0.0",
 
32
  "_npmVersion": "2.9.0",
 
33
  "_nodeVersion": "2.0.1",
 
34
  "_npmUser": {
 
35
    "name": "mafintosh",
 
36
    "email": "mathiasbuus@gmail.com"
 
37
  },
 
38
  "maintainers": [
 
39
    {
 
40
      "name": "mafintosh",
 
41
      "email": "mathiasbuus@gmail.com"
 
42
    }
 
43
  ],
 
44
  "dist": {
 
45
    "shasum": "9c0e1c40308ce804f4783618b937fa88f99d50d0",
 
46
    "tarball": "http://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz"
 
47
  },
 
48
  "directories": {},
 
49
  "_resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz",
 
50
  "readme": "ERROR: No README data found!"
 
51
}