HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //proc/1233/root/home/arjun/projects/buyercall_forms/buyercall/node_modules/backbone/package.json
{
  "_args": [
    [
      "backbone@1.5.0",
      "/home/arjun/projects/buyercall_forms/buyercall"
    ]
  ],
  "_from": "backbone@1.5.0",
  "_id": "backbone@1.5.0",
  "_inBundle": false,
  "_integrity": "sha512-RPKlstw5NW+rD2X4PnEnvgLhslRnXOugXw2iBloHkPMgOxvakP1/A+tZIGM3qCm8uvZeEf8zMm0uvcK1JwL+IA==",
  "_location": "/backbone",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "backbone@1.5.0",
    "name": "backbone",
    "escapedName": "backbone",
    "rawSpec": "1.5.0",
    "saveSpec": null,
    "fetchSpec": "1.5.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/backbone/-/backbone-1.5.0.tgz",
  "_spec": "1.5.0",
  "_where": "/home/arjun/projects/buyercall_forms/buyercall",
  "author": {
    "name": "Jeremy Ashkenas"
  },
  "bugs": {
    "url": "https://github.com/jashkenas/backbone/issues"
  },
  "dependencies": {
    "underscore": ">=1.8.3"
  },
  "description": "Give your JS App some Backbone with Models, Views, Collections, and Events.",
  "devDependencies": {
    "coffeescript": "^2.7.0",
    "cpy-cli": "^3.1.1",
    "docco": "^0.9.1",
    "eslint": "^8.7.0",
    "karma": "^6.3.11",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-qunit": "^4.1.2",
    "phantomjs-prebuilt": "^2.1.7",
    "qunit": "^2.17.2",
    "uglify-js": "^3.14.5"
  },
  "files": [
    "backbone.js",
    "backbone-min.js",
    "backbone-min.js.map",
    "backbone-min.map",
    "LICENSE"
  ],
  "homepage": "https://github.com/jashkenas/backbone#readme",
  "keywords": [
    "model",
    "view",
    "controller",
    "router",
    "server",
    "client",
    "browser"
  ],
  "license": "MIT",
  "main": "backbone.js",
  "name": "backbone",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jashkenas/backbone.git"
  },
  "scripts": {
    "alias-sourcemap": "cpy --rename=backbone-min.map backbone-min.js.map .",
    "build": "uglifyjs backbone.js --mangle --source-map url=backbone-min.js.map -o backbone-min.js",
    "doc": "docco backbone.js && docco examples/todos/todos.js examples/backbone.localStorage.js",
    "lint": "eslint backbone.js test/*.js",
    "prepublishOnly": "npm run test && npm run build && npm run alias-sourcemap && npm run doc",
    "test": "karma start && coffee test/model.coffee && npm run lint"
  },
  "url": "http://backbonejs.org",
  "version": "1.5.0"
}